Auto merge of #3614 - matklad:simpler-cli-2, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 31 Jan 2017 04:48:02 +0000 (04:48 +0000)
committerbors <bors@rust-lang.org>
Tue, 31 Jan 2017 04:48:02 +0000 (04:48 +0000)
Remove generic infrastrucure for printing json

Only a couple of command really use this features, so it's clearer just to print json right on the spot rather then return it though the call stack.

`CliResult` is now just a `Result<(), CliError>`.

1  2 
src/bin/new.rs

diff --cc src/bin/new.rs
Simple merge